home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / nekodemo / nekodemo.ini < prev    next >
Encoding:
INI File  |  1995-06-01  |  12.2 KB  |  280 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version
  7. ; of the file.  To change a setting, you must remove the comment
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's
  11. ; internal defaults.  The default value for a setting is used when it
  12. ; isn't explictly set in the .INI file or when no .INI file exists.
  13. ; Since these defaults are already stored internally in the Director
  14. ; application and projectors, it is *not* necessary to distribute this
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable.
  20.  
  21. [Memory]
  22. ExtraMemory=10000
  23. ; Amount of kBytes over and above physical memory for use by a projector.
  24.  
  25. ;SwapFileMeg=0
  26. ; Amount of megabytes of SwapFile space to enable during authoring.
  27. ; Default is to allow swapfile space of up to 1/2 of the available
  28. ; physical RAM.
  29. ;
  30.  
  31. [Graphics]
  32. ;Wing=0
  33. ; 0: Do not use WinG graphics accelerator.
  34. ; 1: Use WinG graphics accelerator software. This requires
  35. ;    certain system files to be installed. Projector size and memory
  36. ;    usage may increase. See the documentation for details.
  37.  
  38. [Palette]
  39. ;Animation=1
  40. ; 1: allows director to take control of the palette for fast palette effects
  41. ;    and transitions.
  42. ; 0: prevents director from taking control of the palette so other apps,
  43. ;    wallpaper etc. look better but palette effects and transitions will
  44. ;    be slower.
  45.  
  46. ; Global Sound Settings ------------------------------------------------
  47.  
  48. [Sound]
  49. ; Settings in the [Sound] section apply to all sound cards.
  50.  
  51. ;SpoolBufferAlloc=0
  52. ; When to allocate spool buffers
  53. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  54. ; 1 means allocate spool once at startup and keep for entire session.
  55.  
  56. ;LowSpoolBufferMs=2500
  57. ; Length of one 8bit spool buffer, in milliseconds.
  58.  
  59. ;HighSpoolBufferMs=1500
  60. ; Length of one 16-bit spool buffer, in milliseconds.
  61.  
  62. ;SpoolBufferCount=2
  63. ; Number of spool buffers to use. Must range from 2 to 10.
  64.  
  65. ;MixMaxChannels=4
  66. ; Maximum number of channels supported by the sound mixer. The actual
  67. ; number you can mix depends on the processing power of your computer.
  68. ; Must range from 1 to 8.
  69.  
  70. ;MixWaveDevice=0
  71. ; DeviceID of waveOut device to use for playing.
  72. ; Must range from 0 to (# of devices - 1).
  73.  
  74. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  75. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  76. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  77. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  78. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  79. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  80. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  81. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  82.  
  83. MixMaxFidelity=1
  84. ; Sets a limit on the fidelity of sound output. For best performance, use
  85. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  86. ; possible of the three fixed sound formats (0, 1, 2):
  87. ;  0  = 22.05k samples/sec, 8-bit, mono
  88. ;  1  = 22.05k samples/sec, 8-bit, stereo
  89. ;  2  = 44.1k samples/sec, 16-bit, stereo
  90. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  91. ;       sounds determines the format for that run.  The format used is the
  92. ;       lowest of the three output formats (0,1,2 above) which is as close
  93. ;       as possible in fidelity to the sound to be played, while still being
  94. ;       supported by the installed sound card.
  95.  
  96. ; Default Sound Settings -----------------------------------------------
  97.  
  98. [Low Mono Default Sound]
  99. ; Settings in the [Low Mono Default Sound] section apply when the target
  100. ; output format is 22K, 8-bit, mono.  The target output format depends
  101. ; on the capabilities of the sound card as well as the setting of
  102. ; MixMaxFidelity.   These settings are used when the installed sound card
  103. ; is not known to Director and is not specified explictly in the
  104. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  105. ; Override sections will override these values for specific sound cards,
  106. ; or for all sound cards, respectively.
  107.  
  108. ;MixBufferMs=200
  109. ; Length of each mixing buffer, in milliseconds.
  110.  
  111. ;MixBufferBytes=0
  112. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  113. ; along with setting MixBufferMs=0, lets you specify the buffer size in
  114. ; bytes rather than milliseconds.
  115.  
  116. ;MixBufferCount=4
  117. ; Number of mixing buffers to use. Must range from 2 to 16.
  118.  
  119. ;MixServiceMode=0
  120. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  121. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  122. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  123. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  124. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  125. ;         this mode is set, it is best to use MixBufferBytes to specify a
  126. ;         fixed buffer size which is a multiple of 1024.  This mode is not
  127. ;         supported by all sound cards.
  128.  
  129. ;MixIntPeriodMs=200
  130. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  131.  
  132. ;MixIntResolutionMs=50
  133. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  134.  
  135. [Low Default Sound]
  136. ; Settings in the [Low Default Sound] section apply when the target
  137. ; output format is 22K, 8-bit, stereo.  The target output format depends
  138. ; on the capabilities of the sound card as well as the setting of
  139. ; MixMaxFidelity.   These settings are used when the installed sound card
  140. ; is not known to Director and is not specified explictly in the
  141. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  142. ; Override sections will override these values for specific sound cards,
  143. ; or for all sound cards, respectively.
  144.  
  145. ;MixBufferMs=200
  146. ;MixBufferBytes=0
  147. ;MixBufferCount=4
  148. ;MixServiceMode=0
  149. ;MixIntPeriodMs=200
  150. ;MixIntResolutionMs=50
  151.  
  152. [High Default Sound]
  153. ; Settings in the [High Default Sound] section apply when the target
  154. ; output format is 44K, 16-bit, stereo.  The target output format depends
  155. ; on the capabilities of the sound card as well as the setting of
  156. ; MixMaxFidelity.   These settings are used when the installed sound card
  157. ; is not known to Director and is not specified explictly in the
  158. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  159. ; Override sections will override these values for specific sound cards,
  160. ; or for all sound cards, respectively.
  161. ;MixBufferMs=200
  162. ;MixBufferBytes=0
  163. ;MixBufferCount=4
  164. ;MixServiceMode=0
  165. ;MixIntPeriodMs=200
  166. ;MixIntResolutionMs=50
  167.  
  168. ; Sound Card-Specific Settings -----------------------------------------
  169.  
  170. ;[Low Mono <SoundCardName>]
  171. ; Settings in this section apply when the target output format is
  172. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  173. ; output format depends on the capabilities of the sound card, as well
  174. ; as the setting of MixMaxFidelity.  You can have any number of these
  175. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  176. ; with the actual name of the sound card you want to set defaults for.
  177. ; To find the name of your card, launch the Sound Mapper application,
  178. ; and look in the Playback field.  Director maintains a built-in table
  179. ; of settings for many popular sound cards.  Settings in this section take
  180. ; precedence over Director's built-in settings.
  181. ;MixBufferMs=200
  182. ;MixBufferCount=4
  183. ;MixBufferBytes=0
  184. ;MixServiceMode=0
  185. ;MixIntPeriodMs=200
  186. ;MixIntResolutionMs=50
  187.  
  188. [Low <SoundCardName>]
  189. ; Settings in this section apply when the target output format is
  190. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  191. ; output format depends on the capabilities of the sound card, as well
  192. ; as the setting of MixMaxFidelity.  You can have any number of these
  193. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  194. ; with the actual name of the sound card you want to set defaults for.
  195. ; To find the name of your card, launch the Sound Mapper application,
  196. ; and look in the Playback field.  Director maintains a built-in table
  197. ; of settings for many popular sound cards.  Settings in this section take
  198. ; precedence over Director's built-in settings.
  199. ;MixBufferMs=200
  200. ;MixBufferCount=4
  201. ;MixBufferBytes=0
  202. ;MixServiceMode=0
  203. ;MixIntPeriodMs=200
  204. ;MixIntResolutionMs=50
  205.  
  206. ;[High <SoundCardName>]
  207. ; Settings in this section apply when the target output format is
  208. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  209. ; output format depends on the capabilities of the sound card, as well
  210. ; as the setting of MixMaxFidelity.  You can have any number of these
  211. ; sections. Replace "<SoundCardName>" (including the angled brackets)
  212. ; with the actual name of the sound card you want to set defaults for.
  213. ; To find the name of your card, launch the Sound Mapper application,
  214. ; and look in the Playback field.  Director maintains a built-in table
  215. ; of settings for many popular sound cards.  Settings in this section take
  216. ; precedence over Director's built-in settings.
  217. ;MixBufferMs=200
  218. ;MixBufferBytes=0
  219. ;MixBufferCount=4
  220. ;MixServiceMode=0
  221. ;MixIntPeriodMs=200
  222. ;MixIntResolutionMs=50
  223.  
  224. ; Sound Override Settings ----------------------------------------------
  225.  
  226. [Low Mono Override]
  227. ; Settings in the [Low Mono Override] apply when the target ouput format
  228. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  229. ; of the sound card, as well as the setting of MixMaxFidelity.
  230. ; These settings will override Director's internal settings, any defaults
  231. ; specified in the Default Sound sections, as well as settings for specific
  232. ; cards.  Change these settings only if you want to force Director to use
  233. ; certain values regardless of the sound card installed in the computer.
  234. ; It is not recommended that you modify these settings for movies which
  235. ; you are going to distribute, as they will override Director's internal
  236. ; settings which are already optimized for various sound cards.
  237. ;MixBufferMs=200
  238. ;MixBufferBytes=0
  239. ;MixBufferCount=4
  240. ;MixServiceMode=0
  241. ;MixIntPeriodMs=200
  242. ;MixIntResolutionMs=50
  243.  
  244. [Low Override]
  245. ; Settings in the [Low Override] apply when the target ouput format
  246. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  247. ; of the sound card, as well as the setting of MixMaxFidelity.
  248. ; These settings will override Director's internal settings, any defaults
  249. ; specified in the Default Sound sections, as well as settings for specific
  250. ; cards.  Change these settings only if you want to force Director to use
  251. ; certain values regardless of the sound card installed in the computer.
  252. ; It is not recommended that you modify these settings for movies which
  253. ; you are going to distribute, as they will override Director's internal
  254. ; settings which are already optimized for various sound cards.
  255. ;MixBufferMs=200
  256. ;MixBufferBytes=0
  257. ;MixBufferCount=4
  258. ;MixServiceMode=0
  259. ;MixIntPeriodMs=200
  260. ;MixIntResolutionMs=50
  261.  
  262. [High Override]
  263. ; Settings in the [High Override] apply when the target ouput format
  264. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  265. ; of the sound card, as well as the setting of MixMaxFidelity.
  266. ; These settings will override Director's internal settings, any defaults
  267. ; specified in the Default Sound sections, as well as settings for specific
  268. ; cards.  Change these settings only if you want to force Director to use
  269. ; certain values regardless of the sound card installed in the computer.
  270. ; It is not recommended that you modify these settings for movies which
  271. ; you are going to distribute, as they will override Director's internal
  272. ; settings which are already optimized for various sound cards.
  273. ;MixBufferMs=200
  274. ;MixBufferBytes=0
  275. ;MixBufferCount=4
  276. ;MixServiceMode=0
  277. ;MixIntPeriodMs=200
  278. ;MixIntResolutionMs=50
  279.  
  280.